home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dangerous Digital Movies: Omake Photos 200
/
Dangerous Digital Moves: Omake Photos 200.iso
/
pc
/
mmd
/
mvplay.dxr
/
00046.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-08-23
|
297 b
|
17 lines
on mouseDown
set the movieRate of sprite 1 to 0
set the movieTime of sprite 1 to 0
set the type of sprite 1 to 0
updateStage()
go(the frame + 1)
end
on exitFrame
global qtmtime
if the movieTime of sprite 1 >= qtmtime then
go(the frame + 1)
else
go(the frame)
end if
end